Crate syntex_errors [−] [src]
Reexports
pub use emitter::ColorConfig; |
Modules
emitter | |
registry | |
snippet | |
styled_buffer |
Structs
CodeSuggestion | |
DiagnosticBuilder |
Used for emitting structured error messages and other diagnostic information. |
ExplicitBug |
Signifies that the compiler died with an explicit call to |
FatalError |
Used as a return value to signify a fatal error occurred. (It is also used as the argument to panic at the moment, but that will eventually not be true.) |
Handler |
A handler deals with errors; certain errors (fatal, bug, unimpl) may cause immediate exit, others log errors for later reporting. |
SubDiagnostic |
For example a note attached to an error. |
Enums
Level | |
RenderSpan |
Traits
CodeMapper |
Functions
expect |